The fastest means of memory access for the CPU refers to the storage that allows the quickest retrieval of data. This is crucial for efficient processing and performance.
✅ Explanation of Options:
Registers: Registers are the fastest form of memory access because they are directly in the CPU. However, they are very small and not used for regular memory storage.
Cache: Cache memory is the most effective and frequently used type of memory, as it stores frequently accessed data for fast retrieval. It is still slower than registers but much faster than main memory.
Main Memory: Main memory (RAM) is slower than both cache and registers, but it provides larger storage for currently active processes.
Stack: The stack is used for storing function calls and local variables. While it is quick, it still doesn't surpass cache memory in terms of speed.
✅ Final Answer:
The fastest means of memory access for the CPU is $\boxed{\text{Registers}}$.
Given Question: Which of the following statements is wrong related to FAT32 and NTFS?
Option Analysis: 1) Read and write speeds of NTFS are faster than that of FAT32 — ✅ Correct 2) FAT32 has lower disk utilisation compared to NTFS — ✅ Correct 3) NTFS stands for New Technology File System — ✅ Correct 4) FAT32 stores individual files of size up to 32 GB — ❌ Incorrect
Explanation:
FAT32 has a maximum file size limit of 4 GB, not 32 GB. So, option 4 is factually wrong.
Final Answer: Option 4 — FAT32 stores individual files of size up to 32 GB is wrong.
Question:
What is the name of the storage device that compensates the difference in rates of flow of data from one device to another?
✅ Correct Answer:Buffer
Explanation:
A Buffer is a temporary storage area that helps in matching the speed of data transfer between a fast and a slow device, ensuring smooth data flow without loss.
A
computer system has 16-bit wide address/ data bus that uses RAM chips of 4K $\times$ 8-bit capacity. The number of RAM chips are needed to provide a memory capacity
of 64 Kbytes memory is
Consider a hard disk with 16 recording surfaces (0 – 15) having 16384 cylinders (0 – 16383) and each cylinder contains 64 sectors (0 – 63). Data storage capacity in each sector is 512 bytes. Data are organized stored in the disk and the starting disk location of the file is < 1200, 9, 40>. What is the cylinder number of the last sector of the file, if it is stored in a contiguous manner?